home *** CD-ROM | disk | FTP | other *** search
/ The Fatted Calf / The Fatted Calf.iso / Applications / Communication / NewsBase / Source / IPercentageView.h < prev    next >
Text File  |  1993-01-12  |  268b  |  20 lines

  1.  
  2. /* Generated by Interface Builder */
  3.  
  4. #import <appkit/View.h>
  5.  
  6. @interface IPercentageView:View
  7. {
  8.     float    iMin, iMax, iVal;
  9. }
  10.  
  11. - setMin:(float)amin max:(float)amax;
  12.  
  13. - displayValue:(float)aval;
  14.  
  15. - resetValue;
  16.  
  17. - drawSelf:(const NXRect *)rects :(int)rectCount;
  18.  
  19. @end
  20.